home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- go(the frame)
- if rollOver(2) then
- set the movieRate of sprite 2 to 1
- else
- set the movieRate of sprite 2 to 0
- end if
- if rollOver(3) then
- set the movieRate of sprite 3 to 1
- else
- set the movieRate of sprite 3 to 0
- end if
- if rollOver(5) then
- set the movieRate of sprite 5 to 1
- else
- set the movieRate of sprite 5 to 0
- end if
- if rollOver(7) then
- set the movieRate of sprite 7 to 1
- else
- set the movieRate of sprite 7 to 0
- end if
- end
-